Authentication Entities
These interfaces are used by the Authentication adapter to pass credentials to Forio API to authenticate a session.
User credentials
UserCredentials interface:
Required Properties
-
handle: string- The user's handle. -
password: string- Password.
Optional Properties
groupKey?: string- Identifies a group the user belongs to.
Application credentials
AppCredentials interface:
secretKey: string- The application's secret key.